home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / docs / Fighting spammers < prev    next >
Encoding:
Text File  |  1997-10-08  |  1.2 KB  |  25 lines

  1. Spammers are becomming more and more annoying all the time. They can annoy
  2. you in two ways:
  3.  
  4. 1) By using your mailserver as a relay to spam other people.
  5.  
  6.    By default, qmail doesn't allow this to happen. You decide who can use it
  7. as a relay by putting their IP numbers into control/relayclients or their
  8. host names into control/relaydomains (see "Docs/relayclients patch"). Those
  9. people will be allowed to send to anywhere, everybody else can only send to
  10. domains listed in control/rcpthosts (see "man/cat8/qmail-smtpd.0").
  11.  
  12. 2) By sending you junk email.
  13.  
  14.    Various filters can prevent this.
  15.    a) Using your TCP/IP stack, router or firewall to block connections from
  16.       known spammer IP numbers.
  17.    b) By using DNS to check that the domain of the sender exists (see
  18.       "Docs/antispam patch"). If it doesn't, it is either from a spammer
  19.       (most likely) or from someone whos DNS administrator hasn't set up
  20.       DNS correctly. In either case, you won't be able to send a reply.
  21.    c) By filtering on the envelope sender and/or envelope recipient address
  22.       to check for known spammer addresses (see "Docs/antispam patch" and
  23.       "man/cat8/qmail-smtpd.0).
  24.    d) By using filters in your mail reader.
  25.